home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mis_util / srched20 / srchedit.doc next >
Text File  |  1993-11-30  |  3KB  |  68 lines

  1.  
  2.                                 SRCHEDIT
  3.                                    by
  4.                       SOULTIONS World of Computers
  5.                           P.O.Box 3011 Hawalli
  6.                               KUWAIT 32031
  7.                            Telephone 242-4953
  8.                            Fax +965 242-4975
  9.                         FAX/SWBBS [+965] 5746790
  10.                         CompuServe CIS:70412,310
  11.        Freeware from Free Kuwait 1991/02/26 to UN/free World only
  12.  
  13.  
  14.   SRCHEDIT is a freeware software for UN use and for the free world, which
  15.   help us to gain our freedome back, put please send us a post card so we
  16.   know how many users we suport with this program.
  17.  
  18.   SRCHEDIT was created first to help us upgrade our Clipper SM87 packages
  19.   to Clipper 5.0, which I received after Kuwait liberation.
  20.   We gain our freedom again by the UN forces lead by USA aginst the un-human
  21.   army of the dectatur Saddam Hussain and his suporters, the night devil
  22.   wispers.
  23.  
  24.   I been in Kuwait during the ocubation and seen all the crisses and now I
  25.   know what it mean the word freedom and the meaning of free world.
  26.   So this is my givet to those nations which help us to be free again.
  27.  
  28.  
  29.   SRCHEDIT vertion 2.0 (1993/06/13)
  30.   --------------------------------------------------------------------------
  31.   The company name has been changed from Computer World to SOLUTIONS World
  32.  
  33.   SRCHEDIT vertion 1.8 (1993/02/18)
  34.   --------------------------------------------------------------------------
  35.   SRCHEDIT is a utility which will search <text files> on current directory
  36.   and sub-directorys one level down for a <string/line> and if found the
  37.   file will be edit by the <text editor> and cursor will be on the line
  38.   which has the <string/line>.
  39.  
  40.    Usage:
  41.  
  42.    SRCHEDIT <files> <string> [editor] [/Options/..] [Goto_line_comm]
  43.    Options: /A  Display the found line and user options.
  44.             /L  Send line number to editor.
  45.             /S  Search child subdirectorys.
  46.             /C  Do not ignore letters case in <search_for> string.
  47.             /'  Translate <'> to <\"> in <search_for> string.
  48.  
  49.    Return : DOS ERRORLEVEL  0  OK no match
  50.             DOS ERRORLEVEL  1  OK found
  51.             DOS ERRORLEVEL  2  Error on run
  52.  
  53.   Files    : Text files names (wildcard chars. is OK) (example: *.PRG).
  54.   String   : Strin/World to search for, case will be ignored (ex:"SET COLOR").
  55.   Editor   : Text editor Name (example: Qedit).
  56.   Line_comm: Go to line number command, like /n with Qedit (defulet /n).
  57.  
  58.   Example:   SRCHEDIT *.PRG "SET COLOR" Qedit /a/l/s /n
  59.              Srchedit will search all PRG files on current Directory
  60.              and the sub-dir for SET COLOR and display the options line
  61.              and when you select Edit option the Qedit will be called with
  62.              line number and the cursor will be postioned on the line
  63.              that has the SET COLOR string.
  64.  
  65.   If there is a bug or if you need more options please send us a FAX/E-Mail.
  66.  
  67.                          ---o  END of DOC  o---
  68.